public static interface CreateAccessTokenRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<CreateAccessTokenRequest.Builder,CreateAccessTokenRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAccessTokenRequest.Builder |
expiresTime(Instant expiresTime)
The date and time the personal access token expires, in coordinated universal time (UTC) timestamp format as
specified in RFC 3339.
|
CreateAccessTokenRequest.Builder |
name(String name)
The friendly name of the personal access token.
|
CreateAccessTokenRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAccessTokenRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAccessTokenRequest.Builder name(String name)
The friendly name of the personal access token.
name - The friendly name of the personal access token.CreateAccessTokenRequest.Builder expiresTime(Instant expiresTime)
The date and time the personal access token expires, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
expiresTime - The date and time the personal access token expires, in coordinated universal time (UTC) timestamp
format as specified in RFC 3339.CreateAccessTokenRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAccessTokenRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.