Interface GetEnvironmentCredentialsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetEnvironmentCredentialsResponse.Builder,
,GetEnvironmentCredentialsResponse> DataZoneResponse.Builder
,SdkBuilder<GetEnvironmentCredentialsResponse.Builder,
,GetEnvironmentCredentialsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetEnvironmentCredentialsResponse
@Mutable
@NotThreadSafe
public static interface GetEnvironmentCredentialsResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetEnvironmentCredentialsResponse.Builder,GetEnvironmentCredentialsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccessKeyId
(String accessKeyId) The access key ID of the environment.expiration
(Instant expiration) The expiration timestamp of the environment credentials.secretAccessKey
(String secretAccessKey) The secret access key of the environment credentials.sessionToken
(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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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
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.
-