Interface UpdateConfigurationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateConfigurationResponse.Builder,,- UpdateConfigurationResponse> - MqResponse.Builder,- SdkBuilder<UpdateConfigurationResponse.Builder,,- UpdateConfigurationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateConfigurationResponse
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the configuration.Required.The unique ID that Amazon MQ generates for the configuration.latestRevision(Consumer<ConfigurationRevision.Builder> latestRevision) The latest revision of the configuration.latestRevision(ConfigurationRevision latestRevision) The latest revision of the configuration.The name of the configuration.warnings(Collection<SanitizationWarning> warnings) The list of the first 20 warnings about the configuration elements or attributes that were sanitized.warnings(Consumer<SanitizationWarning.Builder>... warnings) The list of the first 20 warnings about the configuration elements or attributes that were sanitized.warnings(SanitizationWarning... warnings) The list of the first 20 warnings about the configuration elements or attributes that were sanitized.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.mq.model.MqResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
arnThe Amazon Resource Name (ARN) of the configuration. - Parameters:
- arn- The Amazon Resource Name (ARN) of the configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdRequired. The date and time of the configuration. - Parameters:
- created- Required. The date and time of the configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idThe unique ID that Amazon MQ generates for the configuration. - Parameters:
- id- The unique ID that Amazon MQ generates for the configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
latestRevisionThe latest revision of the configuration. - Parameters:
- latestRevision- The latest revision of the configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
latestRevisiondefault UpdateConfigurationResponse.Builder latestRevision(Consumer<ConfigurationRevision.Builder> latestRevision) The latest revision of the configuration. This is a convenience method that creates an instance of theConfigurationRevision.Builderavoiding the need to create one manually viaConfigurationRevision.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolatestRevision(ConfigurationRevision).- Parameters:
- latestRevision- a consumer that will call methods on- ConfigurationRevision.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nameThe name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long. - Parameters:
- name- The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
warningsThe list of the first 20 warnings about the configuration elements or attributes that were sanitized. - Parameters:
- warnings- The list of the first 20 warnings about the configuration elements or attributes that were sanitized.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
warningsThe list of the first 20 warnings about the configuration elements or attributes that were sanitized. - Parameters:
- warnings- The list of the first 20 warnings about the configuration elements or attributes that were sanitized.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
warningsThe list of the first 20 warnings about the configuration elements or attributes that were sanitized. This is a convenience method that creates an instance of theSanitizationWarning.Builderavoiding the need to create one manually viaSanitizationWarning.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towarnings(List<SanitizationWarning>).- Parameters:
- warnings- a consumer that will call methods on- SanitizationWarning.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-