Interface CreateMapResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateMapResponse.Builder,,- CreateMapResponse> - LocationResponse.Builder,- SdkBuilder<CreateMapResponse.Builder,,- CreateMapResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateMapResponse
@Mutable
@NotThreadSafe
public static interface CreateMapResponse.Builder
extends LocationResponse.Builder, SdkPojo, CopyableBuilder<CreateMapResponse.Builder,CreateMapResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncreateTime(Instant createTime) The timestamp for when the map resource was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.The Amazon Resource Name (ARN) for the map resource.The name of the map resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.location.model.LocationResponse.Builderbuild, responseMetadata, responseMetadataMethods 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- 
mapNameThe name of the map resource. - Parameters:
- mapName- The name of the map resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mapArnThe Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services. - 
 Format example: arn:aws:geo:region:account-id:map/ExampleMap
 - Parameters:
- mapArn- The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.- 
        Format example: arn:aws:geo:region:account-id:map/ExampleMap
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
createTimeThe timestamp for when the map resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.- Parameters:
- createTime- The timestamp for when the map resource was created in ISO 8601 format:- YYYY-MM-DDThh:mm:ss.sssZ.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-