Interface CreateConfigResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateConfigResponse.Builder,
,CreateConfigResponse> GroundStationResponse.Builder
,SdkBuilder<CreateConfigResponse.Builder,
,CreateConfigResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateConfigResponse
@Mutable
@NotThreadSafe
public static interface CreateConfigResponse.Builder
extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<CreateConfigResponse.Builder,CreateConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptionARN of aConfig
.UUID of aConfig
.configType
(String configType) Type of aConfig
.configType
(ConfigCapabilityType configType) Type of aConfig
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.groundstation.model.GroundStationResponse.Builder
build, responseMetadata, responseMetadata
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 Details
-
configArn
ARN of a
Config
.- Parameters:
configArn
- ARN of aConfig
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configId
UUID of a
Config
.- Parameters:
configId
- UUID of aConfig
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configType
Type of a
Config
.- Parameters:
configType
- Type of aConfig
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
configType
Type of a
Config
.- Parameters:
configType
- Type of aConfig
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-