Interface PutApplicationGrantRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutApplicationGrantRequest.Builder,
,PutApplicationGrantRequest> SdkBuilder<PutApplicationGrantRequest.Builder,
,PutApplicationGrantRequest> SdkPojo
,SdkRequest.Builder
,SsoAdminRequest.Builder
- Enclosing class:
PutApplicationGrantRequest
@Mutable
@NotThreadSafe
public static interface PutApplicationGrantRequest.Builder
extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<PutApplicationGrantRequest.Builder,PutApplicationGrantRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn
(String applicationArn) Specifies the ARN of the application to update.grant
(Consumer<Grant.Builder> grant) Specifies a structure that describes the grant to update.Specifies a structure that describes the grant to update.Specifies the type of grant to update.Specifies the type of grant to update.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminRequest.Builder
build
-
Method Details
-
applicationArn
Specifies the ARN of the application to update.
- Parameters:
applicationArn
- Specifies the ARN of the application to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
grantType
Specifies the type of grant to update.
- Parameters:
grantType
- Specifies the type of grant to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
grantType
Specifies the type of grant to update.
- Parameters:
grantType
- Specifies the type of grant to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
grant
Specifies a structure that describes the grant to update.
- Parameters:
grant
- Specifies a structure that describes the grant to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
grant
Specifies a structure that describes the grant to update.
This is a convenience method that creates an instance of theGrant.Builder
avoiding the need to create one manually viaGrant.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togrant(Grant)
.- Parameters:
grant
- a consumer that will call methods onGrant.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
PutApplicationGrantRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutApplicationGrantRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-