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 the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) 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 the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #unprocessedTypeConfigurations(List) .unprocessedTypeConfigurations - a consumer that will call methods on List.Builder #unprocessedTypeConfigurations(List) 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 theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #typeConfigurations(List) .typeConfigurations - a consumer that will call methods on List.Builder #typeConfigurations(List) Copyright © 2022. All rights reserved.