Interface GetSdkTypeResponse.Builder
- All Superinterfaces:
ApiGatewayResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetSdkTypeResponse.Builder,,GetSdkTypeResponse> SdkBuilder<GetSdkTypeResponse.Builder,,GetSdkTypeResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetSdkTypeResponse
@Mutable
@NotThreadSafe
public static interface GetSdkTypeResponse.Builder
extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<GetSdkTypeResponse.Builder,GetSdkTypeResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationProperties(Collection<SdkConfigurationProperty> configurationProperties) A list of configuration properties of an SdkType.configurationProperties(Consumer<SdkConfigurationProperty.Builder>... configurationProperties) A list of configuration properties of an SdkType.configurationProperties(SdkConfigurationProperty... configurationProperties) A list of configuration properties of an SdkType.description(String description) The description of an SdkType.friendlyName(String friendlyName) The user-friendly name of an SdkType instance.The identifier of an SdkType instance.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
The identifier of an SdkType instance.
- Parameters:
id- The identifier of an SdkType instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
friendlyName
The user-friendly name of an SdkType instance.
- Parameters:
friendlyName- The user-friendly name of an SdkType instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of an SdkType.
- Parameters:
description- The description of an SdkType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationProperties
GetSdkTypeResponse.Builder configurationProperties(Collection<SdkConfigurationProperty> configurationProperties) A list of configuration properties of an SdkType.
- Parameters:
configurationProperties- A list of configuration properties of an SdkType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationProperties
GetSdkTypeResponse.Builder configurationProperties(SdkConfigurationProperty... configurationProperties) A list of configuration properties of an SdkType.
- Parameters:
configurationProperties- A list of configuration properties of an SdkType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationProperties
GetSdkTypeResponse.Builder configurationProperties(Consumer<SdkConfigurationProperty.Builder>... configurationProperties) A list of configuration properties of an SdkType.
This is a convenience method that creates an instance of theSdkConfigurationProperty.Builderavoiding the need to create one manually viaSdkConfigurationProperty.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfigurationProperties(List<SdkConfigurationProperty>).- Parameters:
configurationProperties- a consumer that will call methods onSdkConfigurationProperty.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-