@Generated(value="software.amazon.awssdk:codegen") public final class CreateBrokerRequest extends MqRequest implements ToCopyableBuilder<CreateBrokerRequest.Builder,CreateBrokerRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateBrokerRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationStrategy |
authenticationStrategy()
The authentication strategy used to secure the broker.
|
String |
authenticationStrategyAsString()
The authentication strategy used to secure the broker.
|
Boolean |
autoMinorVersionUpgrade()
Required.
|
String |
brokerName()
Required.
|
static CreateBrokerRequest.Builder |
builder() |
ConfigurationId |
configuration()
A list of information about the configuration.
|
String |
creatorRequestId()
The unique ID that the requester receives for the created broker.
|
DeploymentMode |
deploymentMode()
Required.
|
String |
deploymentModeAsString()
Required.
|
EncryptionOptions |
encryptionOptions()
Encryption options for the broker.
|
EngineType |
engineType()
Required.
|
String |
engineTypeAsString()
Required.
|
String |
engineVersion()
Required.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSecurityGroups()
Returns true if the SecurityGroups property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasSubnetIds()
Returns true if the SubnetIds property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
boolean |
hasUsers()
Returns true if the Users property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
hostInstanceType()
Required.
|
LdapServerMetadataInput |
ldapServerMetadata()
The metadata of the LDAP server used to authenticate and authorize connections to the broker.
|
Logs |
logs()
Enables Amazon CloudWatch logging for brokers.
|
WeeklyStartTime |
maintenanceWindowStartTime()
The parameters that determine the WeeklyStartTime.
|
Boolean |
publiclyAccessible()
Required.
|
List<SdkField<?>> |
sdkFields() |
List<String> |
securityGroups()
The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.
|
static Class<? extends CreateBrokerRequest.Builder> |
serializableBuilderClass() |
BrokerStorageType |
storageType()
The broker's storage type.
|
String |
storageTypeAsString()
The broker's storage type.
|
List<String> |
subnetIds()
The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones.
|
Map<String,String> |
tags()
Create tags when creating the broker.
|
CreateBrokerRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<User> |
users()
Required.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AuthenticationStrategy authenticationStrategy()
If the service returns an enum value that is not available in the current SDK version,
authenticationStrategy will return AuthenticationStrategy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from authenticationStrategyAsString().
AuthenticationStrategypublic final String authenticationStrategyAsString()
If the service returns an enum value that is not available in the current SDK version,
authenticationStrategy will return AuthenticationStrategy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from authenticationStrategyAsString().
AuthenticationStrategypublic final Boolean autoMinorVersionUpgrade()
public final String brokerName()
public final ConfigurationId configuration()
public final String creatorRequestId()
public final DeploymentMode deploymentMode()
If the service returns an enum value that is not available in the current SDK version, deploymentMode
will return DeploymentMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deploymentModeAsString().
DeploymentModepublic final String deploymentModeAsString()
If the service returns an enum value that is not available in the current SDK version, deploymentMode
will return DeploymentMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deploymentModeAsString().
DeploymentModepublic final EncryptionOptions encryptionOptions()
public final EngineType engineType()
If the service returns an enum value that is not available in the current SDK version, engineType will
return EngineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
engineTypeAsString().
EngineTypepublic final String engineTypeAsString()
If the service returns an enum value that is not available in the current SDK version, engineType will
return EngineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
engineTypeAsString().
EngineTypepublic final String engineVersion()
public final String hostInstanceType()
public final LdapServerMetadataInput ldapServerMetadata()
public final Logs logs()
public final WeeklyStartTime maintenanceWindowStartTime()
public final Boolean publiclyAccessible()
public final boolean hasSecurityGroups()
public final List<String> securityGroups()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSecurityGroups() to see if a value was sent in this field.
public final BrokerStorageType storageType()
If the service returns an enum value that is not available in the current SDK version, storageType will
return BrokerStorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageTypeAsString().
BrokerStorageTypepublic final String storageTypeAsString()
If the service returns an enum value that is not available in the current SDK version, storageType will
return BrokerStorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageTypeAsString().
BrokerStorageTypepublic final boolean hasSubnetIds()
public final List<String> subnetIds()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSubnetIds() to see if a value was sent in this field.
public final boolean hasTags()
public final Map<String,String> tags()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public final boolean hasUsers()
public final List<User> users()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasUsers() to see if a value was sent in this field.
public CreateBrokerRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateBrokerRequest.Builder,CreateBrokerRequest>toBuilder in class MqRequestpublic static CreateBrokerRequest.Builder builder()
public static Class<? extends CreateBrokerRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.