Interface GetEnvironmentCredentialsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEnvironmentCredentialsResponse.Builder,GetEnvironmentCredentialsResponse>,DataZoneResponse.Builder,SdkBuilder<GetEnvironmentCredentialsResponse.Builder,GetEnvironmentCredentialsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetEnvironmentCredentialsResponse
public static interface GetEnvironmentCredentialsResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetEnvironmentCredentialsResponse.Builder,GetEnvironmentCredentialsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEnvironmentCredentialsResponse.BuilderaccessKeyId(String accessKeyId)The access key ID of the environment.GetEnvironmentCredentialsResponse.Builderexpiration(Instant expiration)The expiration timestamp of the environment credentials.GetEnvironmentCredentialsResponse.BuildersecretAccessKey(String secretAccessKey)The secret access key of the environment credentials.GetEnvironmentCredentialsResponse.BuildersessionToken(String sessionToken)The session token of the environment credentials.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.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 Detail
-
accessKeyId
GetEnvironmentCredentialsResponse.Builder accessKeyId(String accessKeyId)
The access key ID of the environment.
- Parameters:
accessKeyId- The access key ID of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiration
GetEnvironmentCredentialsResponse.Builder expiration(Instant expiration)
The expiration timestamp of the environment credentials.
- Parameters:
expiration- The expiration timestamp of the environment credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretAccessKey
GetEnvironmentCredentialsResponse.Builder secretAccessKey(String secretAccessKey)
The secret access key of the environment credentials.
- Parameters:
secretAccessKey- The secret access key of the environment credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionToken
GetEnvironmentCredentialsResponse.Builder sessionToken(String sessionToken)
The session token of the environment credentials.
- Parameters:
sessionToken- The session token of the environment credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-