Interface GetSpaceResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CodeCatalystResponse.Builder,- CopyableBuilder<GetSpaceResponse.Builder,,- GetSpaceResponse> - SdkBuilder<GetSpaceResponse.Builder,,- GetSpaceResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetSpaceResponse
@Mutable
@NotThreadSafe
public static interface GetSpaceResponse.Builder
extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<GetSpaceResponse.Builder,GetSpaceResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) The description of the space.displayName(String displayName) The friendly name of the space displayed to users.The name of the space.regionName(String regionName) The Amazon Web Services Region where the space exists.Methods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nameThe name of the space. - Parameters:
- name- The name of the space.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
regionNameThe Amazon Web Services Region where the space exists. - Parameters:
- regionName- The Amazon Web Services Region where the space exists.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
displayNameThe friendly name of the space displayed to users. - Parameters:
- displayName- The friendly name of the space displayed to users.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe description of the space. - Parameters:
- description- The description of the space.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-