Interface ListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder,ListCustomerManagedPolicyReferencesInPermissionSetResponse>,SdkBuilder<ListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder,ListCustomerManagedPolicyReferencesInPermissionSetResponse>,SdkPojo,SdkResponse.Builder,SsoAdminResponse.Builder
- Enclosing class:
- ListCustomerManagedPolicyReferencesInPermissionSetResponse
public static interface ListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<ListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder,ListCustomerManagedPolicyReferencesInPermissionSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCustomerManagedPolicyReferencesInPermissionSetResponse.BuildercustomerManagedPolicyReferences(Collection<CustomerManagedPolicyReference> customerManagedPolicyReferences)Specifies the names and paths of the customer managed policies that you have attached to your permission set.ListCustomerManagedPolicyReferencesInPermissionSetResponse.BuildercustomerManagedPolicyReferences(Consumer<CustomerManagedPolicyReference.Builder>... customerManagedPolicyReferences)Specifies the names and paths of the customer managed policies that you have attached to your permission set.ListCustomerManagedPolicyReferencesInPermissionSetResponse.BuildercustomerManagedPolicyReferences(CustomerManagedPolicyReference... customerManagedPolicyReferences)Specifies the names and paths of the customer managed policies that you have attached to your permission set.ListCustomerManagedPolicyReferencesInPermissionSetResponse.BuildernextToken(String nextToken)The pagination token for the list API.-
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
-
customerManagedPolicyReferences
ListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder customerManagedPolicyReferences(Collection<CustomerManagedPolicyReference> customerManagedPolicyReferences)
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
- Parameters:
customerManagedPolicyReferences- Specifies the names and paths of the customer managed policies that you have attached to your permission set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerManagedPolicyReferences
ListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder customerManagedPolicyReferences(CustomerManagedPolicyReference... customerManagedPolicyReferences)
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
- Parameters:
customerManagedPolicyReferences- Specifies the names and paths of the customer managed policies that you have attached to your permission set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerManagedPolicyReferences
ListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder customerManagedPolicyReferences(Consumer<CustomerManagedPolicyReference.Builder>... customerManagedPolicyReferences)
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
This is a convenience method that creates an instance of theCustomerManagedPolicyReference.Builderavoiding the need to create one manually viaCustomerManagedPolicyReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#customerManagedPolicyReferences(List.) - Parameters:
customerManagedPolicyReferences- a consumer that will call methods onCustomerManagedPolicyReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#customerManagedPolicyReferences(java.util.Collection)
-
nextToken
ListCustomerManagedPolicyReferencesInPermissionSetResponse.Builder nextToken(String nextToken)
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
- Parameters:
nextToken- The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-