public static interface GrantAccessRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<GrantAccessRequest.Builder,GrantAccessRequest>
| Modifier and Type | Method and Description |
|---|---|
GrantAccessRequest.Builder |
instanceId(String instanceId)
The instance's AWS OpsWorks Stacks ID.
|
GrantAccessRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GrantAccessRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GrantAccessRequest.Builder |
validForInMinutes(Integer validForInMinutes)
The length of time (in minutes) that the grant is valid.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGrantAccessRequest.Builder instanceId(String instanceId)
The instance's AWS OpsWorks Stacks ID.
instanceId - The instance's AWS OpsWorks Stacks ID.GrantAccessRequest.Builder validForInMinutes(Integer validForInMinutes)
The length of time (in minutes) that the grant is valid. When the grant expires at the end of this period, the user will no longer be able to use the credentials to log in. If the user is logged in at the time, he or she automatically will be logged out.
validForInMinutes - The length of time (in minutes) that the grant is valid. When the grant expires at the end of this
period, the user will no longer be able to use the credentials to log in. If the user is logged in at
the time, he or she automatically will be logged out.GrantAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGrantAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.