Interface BatchDescribeTypeConfigurationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<BatchDescribeTypeConfigurationsResponse.Builder,BatchDescribeTypeConfigurationsResponse>,SdkBuilder<BatchDescribeTypeConfigurationsResponse.Builder,BatchDescribeTypeConfigurationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchDescribeTypeConfigurationsResponse
@Mutable @NotThreadSafe public static interface BatchDescribeTypeConfigurationsResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<BatchDescribeTypeConfigurationsResponse.Builder,BatchDescribeTypeConfigurationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDescribeTypeConfigurationsResponse.Buildererrors(Collection<BatchDescribeTypeConfigurationsError> errors)A list of information concerning any errors generated during the setting of the specified configurations.BatchDescribeTypeConfigurationsResponse.Buildererrors(Consumer<BatchDescribeTypeConfigurationsError.Builder>... errors)A list of information concerning any errors generated during the setting of the specified configurations.BatchDescribeTypeConfigurationsResponse.Buildererrors(BatchDescribeTypeConfigurationsError... errors)A list of information concerning any errors generated during the setting of the specified configurations.BatchDescribeTypeConfigurationsResponse.BuildertypeConfigurations(Collection<TypeConfigurationDetails> typeConfigurations)A list of any of the specified extension configurations from the CloudFormation registry.BatchDescribeTypeConfigurationsResponse.BuildertypeConfigurations(Consumer<TypeConfigurationDetails.Builder>... typeConfigurations)A list of any of the specified extension configurations from the CloudFormation registry.BatchDescribeTypeConfigurationsResponse.BuildertypeConfigurations(TypeConfigurationDetails... typeConfigurations)A list of any of the specified extension configurations from the CloudFormation registry.BatchDescribeTypeConfigurationsResponse.BuilderunprocessedTypeConfigurations(Collection<TypeConfigurationIdentifier> unprocessedTypeConfigurations)A list of any of the specified extension configurations that CloudFormation could not process for any reason.BatchDescribeTypeConfigurationsResponse.BuilderunprocessedTypeConfigurations(Consumer<TypeConfigurationIdentifier.Builder>... unprocessedTypeConfigurations)A list of any of the specified extension configurations that CloudFormation could not process for any reason.BatchDescribeTypeConfigurationsResponse.BuilderunprocessedTypeConfigurations(TypeConfigurationIdentifier... unprocessedTypeConfigurations)A list of any of the specified extension configurations that CloudFormation could not process for any reason.-
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
errors
BatchDescribeTypeConfigurationsResponse.Builder errors(Collection<BatchDescribeTypeConfigurationsError> errors)
A list of information concerning any errors generated during the setting of the specified configurations.
- Parameters:
errors- A list of information concerning any errors generated during the setting of the specified configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchDescribeTypeConfigurationsResponse.Builder errors(BatchDescribeTypeConfigurationsError... errors)
A list of information concerning any errors generated during the setting of the specified configurations.
- Parameters:
errors- A list of information concerning any errors generated during the setting of the specified configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchDescribeTypeConfigurationsResponse.Builder errors(Consumer<BatchDescribeTypeConfigurationsError.Builder>... errors)
A list of information concerning any errors generated during the setting of the specified configurations.
This is a convenience method that creates an instance of theBatchDescribeTypeConfigurationsError.Builderavoiding the need to create one manually viaBatchDescribeTypeConfigurationsError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#errors(List.) - Parameters:
errors- a consumer that will call methods onBatchDescribeTypeConfigurationsError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#errors(java.util.Collection)
-
unprocessedTypeConfigurations
BatchDescribeTypeConfigurationsResponse.Builder unprocessedTypeConfigurations(Collection<TypeConfigurationIdentifier> unprocessedTypeConfigurations)
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
- Parameters:
unprocessedTypeConfigurations- A list of any of the specified extension configurations that CloudFormation could not process for any reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unprocessedTypeConfigurations
BatchDescribeTypeConfigurationsResponse.Builder unprocessedTypeConfigurations(TypeConfigurationIdentifier... unprocessedTypeConfigurations)
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
- Parameters:
unprocessedTypeConfigurations- A list of any of the specified extension configurations that CloudFormation could not process for any reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unprocessedTypeConfigurations
BatchDescribeTypeConfigurationsResponse.Builder unprocessedTypeConfigurations(Consumer<TypeConfigurationIdentifier.Builder>... unprocessedTypeConfigurations)
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
This is a convenience method that creates an instance of theTypeConfigurationIdentifier.Builderavoiding the need to create one manually viaTypeConfigurationIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#unprocessedTypeConfigurations(List.) - Parameters:
unprocessedTypeConfigurations- a consumer that will call methods onTypeConfigurationIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#unprocessedTypeConfigurations(java.util.Collection)
-
typeConfigurations
BatchDescribeTypeConfigurationsResponse.Builder typeConfigurations(Collection<TypeConfigurationDetails> typeConfigurations)
A list of any of the specified extension configurations from the CloudFormation registry.
- Parameters:
typeConfigurations- A list of any of the specified extension configurations from the CloudFormation registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeConfigurations
BatchDescribeTypeConfigurationsResponse.Builder typeConfigurations(TypeConfigurationDetails... typeConfigurations)
A list of any of the specified extension configurations from the CloudFormation registry.
- Parameters:
typeConfigurations- A list of any of the specified extension configurations from the CloudFormation registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeConfigurations
BatchDescribeTypeConfigurationsResponse.Builder typeConfigurations(Consumer<TypeConfigurationDetails.Builder>... typeConfigurations)
A list of any of the specified extension configurations from the CloudFormation registry.
This is a convenience method that creates an instance of theTypeConfigurationDetails.Builderavoiding the need to create one manually viaTypeConfigurationDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#typeConfigurations(List.) - Parameters:
typeConfigurations- a consumer that will call methods onTypeConfigurationDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#typeConfigurations(java.util.Collection)
-
-