Interface ListAccessGrantsInstanceEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListAccessGrantsInstanceEntry.Builder,ListAccessGrantsInstanceEntry>,SdkBuilder<ListAccessGrantsInstanceEntry.Builder,ListAccessGrantsInstanceEntry>,SdkPojo
- Enclosing class:
- ListAccessGrantsInstanceEntry
public static interface ListAccessGrantsInstanceEntry.Builder extends SdkPojo, CopyableBuilder<ListAccessGrantsInstanceEntry.Builder,ListAccessGrantsInstanceEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAccessGrantsInstanceEntry.BuilderaccessGrantsInstanceArn(String accessGrantsInstanceArn)The Amazon Resource Name (ARN) of the S3 Access Grants instance.ListAccessGrantsInstanceEntry.BuilderaccessGrantsInstanceId(String accessGrantsInstanceId)The ID of the S3 Access Grants instance.ListAccessGrantsInstanceEntry.BuildercreatedAt(Instant createdAt)The date and time when you created the S3 Access Grants instance.ListAccessGrantsInstanceEntry.BuilderidentityCenterArn(String identityCenterArn)If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance.-
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
-
-
-
-
Method Detail
-
accessGrantsInstanceId
ListAccessGrantsInstanceEntry.Builder accessGrantsInstanceId(String accessGrantsInstanceId)
The ID of the S3 Access Grants instance. The ID is
default. You can have one S3 Access Grants instance per Region per account.- Parameters:
accessGrantsInstanceId- The ID of the S3 Access Grants instance. The ID isdefault. You can have one S3 Access Grants instance per Region per account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessGrantsInstanceArn
ListAccessGrantsInstanceEntry.Builder accessGrantsInstanceArn(String accessGrantsInstanceArn)
The Amazon Resource Name (ARN) of the S3 Access Grants instance.
- Parameters:
accessGrantsInstanceArn- The Amazon Resource Name (ARN) of the S3 Access Grants instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
ListAccessGrantsInstanceEntry.Builder createdAt(Instant createdAt)
The date and time when you created the S3 Access Grants instance.
- Parameters:
createdAt- The date and time when you created the S3 Access Grants instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityCenterArn
ListAccessGrantsInstanceEntry.Builder identityCenterArn(String identityCenterArn)
If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance.
- Parameters:
identityCenterArn- If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-