Interface DescribeApplicationAssignmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeApplicationAssignmentResponse.Builder,DescribeApplicationAssignmentResponse>
,SdkBuilder<DescribeApplicationAssignmentResponse.Builder,DescribeApplicationAssignmentResponse>
,SdkPojo
,SdkResponse.Builder
,SsoAdminResponse.Builder
- Enclosing class:
- DescribeApplicationAssignmentResponse
public static interface DescribeApplicationAssignmentResponse.Builder extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<DescribeApplicationAssignmentResponse.Builder,DescribeApplicationAssignmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeApplicationAssignmentResponse.Builder
applicationArn(String applicationArn)
Specifies the ARN of the application.DescribeApplicationAssignmentResponse.Builder
principalId(String principalId)
An identifier for an object in IAM Identity Center, such as a user or group.DescribeApplicationAssignmentResponse.Builder
principalType(String principalType)
The entity type for which the assignment will be created.DescribeApplicationAssignmentResponse.Builder
principalType(PrincipalType principalType)
The entity type for which the assignment will be created.-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
applicationArn
DescribeApplicationAssignmentResponse.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
DescribeApplicationAssignmentResponse.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
DescribeApplicationAssignmentResponse.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
DescribeApplicationAssignmentResponse.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
-
-