Interface GetConfigResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetConfigResponse.Builder,
,GetConfigResponse> GroundStationResponse.Builder
,SdkBuilder<GetConfigResponse.Builder,
,GetConfigResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetConfigResponse
public static interface GetConfigResponse.Builder
extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<GetConfigResponse.Builder,GetConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptionARN of aConfig
default GetConfigResponse.Builder
configData
(Consumer<ConfigTypeData.Builder> configData) Data elements in aConfig
.configData
(ConfigTypeData configData) Data elements in aConfig
.UUID of aConfig
.configType
(String configType) Type of aConfig
.configType
(ConfigCapabilityType configType) Type of aConfig
.Name of aConfig
.Tags assigned to 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, 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.
-
configData
Data elements in a
Config
.- Parameters:
configData
- Data elements in aConfig
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configData
Data elements in a
This is a convenience method that creates an instance of theConfig
.ConfigTypeData.Builder
avoiding the need to create one manually viaConfigTypeData.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfigData(ConfigTypeData)
.- Parameters:
configData
- a consumer that will call methods onConfigTypeData.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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:
-
name
Name of a
Config
.- Parameters:
name
- Name of aConfig
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags assigned to a
Config
.- Parameters:
tags
- Tags assigned to aConfig
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-