public static interface BatchDescribeTypeConfigurationsError.Builder extends SdkPojo, CopyableBuilder<BatchDescribeTypeConfigurationsError.Builder,BatchDescribeTypeConfigurationsError>
| Modifier and Type | Method and Description |
|---|---|
BatchDescribeTypeConfigurationsError.Builder |
errorCode(String errorCode)
The error code.
|
BatchDescribeTypeConfigurationsError.Builder |
errorMessage(String errorMessage)
The error message.
|
default BatchDescribeTypeConfigurationsError.Builder |
typeConfigurationIdentifier(Consumer<TypeConfigurationIdentifier.Builder> typeConfigurationIdentifier)
Sets the value of the TypeConfigurationIdentifier property for this object.
|
BatchDescribeTypeConfigurationsError.Builder |
typeConfigurationIdentifier(TypeConfigurationIdentifier typeConfigurationIdentifier)
Sets the value of the TypeConfigurationIdentifier property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDescribeTypeConfigurationsError.Builder errorCode(String errorCode)
The error code.
errorCode - The error code.BatchDescribeTypeConfigurationsError.Builder errorMessage(String errorMessage)
The error message.
errorMessage - The error message.BatchDescribeTypeConfigurationsError.Builder typeConfigurationIdentifier(TypeConfigurationIdentifier typeConfigurationIdentifier)
typeConfigurationIdentifier - The new value for the TypeConfigurationIdentifier property for this object.default BatchDescribeTypeConfigurationsError.Builder typeConfigurationIdentifier(Consumer<TypeConfigurationIdentifier.Builder> typeConfigurationIdentifier)
TypeConfigurationIdentifier.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 typeConfigurationIdentifier(TypeConfigurationIdentifier).typeConfigurationIdentifier - a consumer that will call methods on TypeConfigurationIdentifier.BuildertypeConfigurationIdentifier(TypeConfigurationIdentifier)Copyright © 2022. All rights reserved.