Interface DescribeApplicationAssignmentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeApplicationAssignmentRequest.Builder,DescribeApplicationAssignmentRequest>
,SdkBuilder<DescribeApplicationAssignmentRequest.Builder,DescribeApplicationAssignmentRequest>
,SdkPojo
,SdkRequest.Builder
,SsoAdminRequest.Builder
- Enclosing class:
- DescribeApplicationAssignmentRequest
public static interface DescribeApplicationAssignmentRequest.Builder extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<DescribeApplicationAssignmentRequest.Builder,DescribeApplicationAssignmentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeApplicationAssignmentRequest.Builder
applicationArn(String applicationArn)
Specifies the ARN of the application.DescribeApplicationAssignmentRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeApplicationAssignmentRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DescribeApplicationAssignmentRequest.Builder
principalId(String principalId)
An identifier for an object in IAM Identity Center, such as a user or group.DescribeApplicationAssignmentRequest.Builder
principalType(String principalType)
The entity type for which the assignment will be created.DescribeApplicationAssignmentRequest.Builder
principalType(PrincipalType principalType)
The entity type for which the assignment will be created.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminRequest.Builder
build
-
-
-
-
Method Detail
-
applicationArn
DescribeApplicationAssignmentRequest.Builder applicationArn(String applicationArn)
Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
- Parameters:
applicationArn
- Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalId
DescribeApplicationAssignmentRequest.Builder principalId(String principalId)
An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
- Parameters:
principalId
- An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalType
DescribeApplicationAssignmentRequest.Builder principalType(String principalType)
The entity type for which the assignment will be created.
- Parameters:
principalType
- The entity type for which the assignment will be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PrincipalType
,PrincipalType
-
principalType
DescribeApplicationAssignmentRequest.Builder principalType(PrincipalType principalType)
The entity type for which the assignment will be created.
- Parameters:
principalType
- The entity type for which the assignment will be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PrincipalType
,PrincipalType
-
overrideConfiguration
DescribeApplicationAssignmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeApplicationAssignmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-