Interface GrantAccessRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GrantAccessRequest.Builder,GrantAccessRequest>,OpsWorksRequest.Builder,SdkBuilder<GrantAccessRequest.Builder,GrantAccessRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GrantAccessRequest
public static interface GrantAccessRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<GrantAccessRequest.Builder,GrantAccessRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GrantAccessRequest.BuilderinstanceId(String instanceId)The instance's AWS OpsWorks Stacks ID.GrantAccessRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GrantAccessRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GrantAccessRequest.BuildervalidForInMinutes(Integer validForInMinutes)The length of time (in minutes) that the grant is valid.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opsworks.model.OpsWorksRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
instanceId
GrantAccessRequest.Builder instanceId(String instanceId)
The instance's AWS OpsWorks Stacks ID.
- Parameters:
instanceId- The instance's AWS OpsWorks Stacks ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validForInMinutes
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GrantAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GrantAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-