public static interface BatchDescribeTypeConfigurationsResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<BatchDescribeTypeConfigurationsResponse.Builder,BatchDescribeTypeConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDescribeTypeConfigurationsResponse.Builder |
errors(BatchDescribeTypeConfigurationsError... errors)
A list of information concerning any errors generated during the setting of the specified configurations.
|
BatchDescribeTypeConfigurationsResponse.Builder |
errors(Collection<BatchDescribeTypeConfigurationsError> errors)
A list of information concerning any errors generated during the setting of the specified configurations.
|
BatchDescribeTypeConfigurationsResponse.Builder |
errors(Consumer<BatchDescribeTypeConfigurationsError.Builder>... errors)
A list of information concerning any errors generated during the setting of the specified configurations.
|
BatchDescribeTypeConfigurationsResponse.Builder |
typeConfigurations(Collection<TypeConfigurationDetails> typeConfigurations)
A list of any of the specified extension configurations from the CloudFormation registry.
|
BatchDescribeTypeConfigurationsResponse.Builder |
typeConfigurations(Consumer<TypeConfigurationDetails.Builder>... typeConfigurations)
A list of any of the specified extension configurations from the CloudFormation registry.
|
BatchDescribeTypeConfigurationsResponse.Builder |
typeConfigurations(TypeConfigurationDetails... typeConfigurations)
A list of any of the specified extension configurations from the CloudFormation registry.
|
BatchDescribeTypeConfigurationsResponse.Builder |
unprocessedTypeConfigurations(Collection<TypeConfigurationIdentifier> unprocessedTypeConfigurations)
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
|
BatchDescribeTypeConfigurationsResponse.Builder |
unprocessedTypeConfigurations(Consumer<TypeConfigurationIdentifier.Builder>... unprocessedTypeConfigurations)
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
|
BatchDescribeTypeConfigurationsResponse.Builder |
unprocessedTypeConfigurations(TypeConfigurationIdentifier... unprocessedTypeConfigurations)
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDescribeTypeConfigurationsResponse.Builder errors(Collection<BatchDescribeTypeConfigurationsError> errors)
A list of information concerning any errors generated during the setting of the specified configurations.
errors - A list of information concerning any errors generated during the setting of the specified
configurations.BatchDescribeTypeConfigurationsResponse.Builder errors(BatchDescribeTypeConfigurationsError... errors)
A list of information concerning any errors generated during the setting of the specified configurations.
errors - A list of information concerning any errors generated during the setting of the specified
configurations.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.Builder
avoiding the need to create one manually via
BatchDescribeTypeConfigurationsError.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
BatchDescribeTypeConfigurationsError.Builder#errors(java.util.Collection) BatchDescribeTypeConfigurationsResponse.Builder unprocessedTypeConfigurations(Collection<TypeConfigurationIdentifier> unprocessedTypeConfigurations)
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
unprocessedTypeConfigurations - A list of any of the specified extension configurations that CloudFormation could not process for any
reason.BatchDescribeTypeConfigurationsResponse.Builder unprocessedTypeConfigurations(TypeConfigurationIdentifier... unprocessedTypeConfigurations)
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
unprocessedTypeConfigurations - A list of any of the specified extension configurations that CloudFormation could not process for any
reason.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.Builder avoiding the
need to create one manually via
TypeConfigurationIdentifier.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #unprocessedTypeConfigurations(List.
unprocessedTypeConfigurations - a consumer that will call methods on
TypeConfigurationIdentifier.Builder#unprocessedTypeConfigurations(java.util.Collection) BatchDescribeTypeConfigurationsResponse.Builder typeConfigurations(Collection<TypeConfigurationDetails> typeConfigurations)
A list of any of the specified extension configurations from the CloudFormation registry.
typeConfigurations - A list of any of the specified extension configurations from the CloudFormation registry.BatchDescribeTypeConfigurationsResponse.Builder typeConfigurations(TypeConfigurationDetails... typeConfigurations)
A list of any of the specified extension configurations from the CloudFormation registry.
typeConfigurations - A list of any of the specified extension configurations from the CloudFormation registry.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.Builder avoiding the
need to create one manually via
TypeConfigurationDetails.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #typeConfigurations(List.
typeConfigurations - a consumer that will call methods on
TypeConfigurationDetails.Builder#typeConfigurations(java.util.Collection) Copyright © 2022. All rights reserved.