Interface BatchDescribeTypeConfigurationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<BatchDescribeTypeConfigurationsResponse.Builder,,BatchDescribeTypeConfigurationsResponse> SdkBuilder<BatchDescribeTypeConfigurationsResponse.Builder,,BatchDescribeTypeConfigurationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchDescribeTypeConfigurationsResponse
-
Method Summary
Modifier and TypeMethodDescriptionA list of information concerning any errors generated during the setting of the specified configurations.A list of information concerning any errors generated during the setting of the specified configurations.errors(BatchDescribeTypeConfigurationsError... errors) A list of information concerning any errors generated during the setting of the specified configurations.typeConfigurations(Collection<TypeConfigurationDetails> typeConfigurations) A list of any of the specified extension configurations from the CloudFormation registry.typeConfigurations(Consumer<TypeConfigurationDetails.Builder>... typeConfigurations) A list of any of the specified extension configurations from the CloudFormation registry.typeConfigurations(TypeConfigurationDetails... typeConfigurations) A list of any of the specified extension configurations from the CloudFormation registry.unprocessedTypeConfigurations(Collection<TypeConfigurationIdentifier> unprocessedTypeConfigurations) A list of any of the specified extension configurations that CloudFormation could not process for any reason.unprocessedTypeConfigurations(Consumer<TypeConfigurationIdentifier.Builder>... unprocessedTypeConfigurations) A list of any of the specified extension configurations that CloudFormation could not process for any reason.unprocessedTypeConfigurations(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, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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 toerrors(List<BatchDescribeTypeConfigurationsError>).- 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:
-
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 tounprocessedTypeConfigurations(List<TypeConfigurationIdentifier>).- 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:
-
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 totypeConfigurations(List<TypeConfigurationDetails>).- 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:
-