Interface CreateAccessGrantsInstanceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateAccessGrantsInstanceResponse.Builder,CreateAccessGrantsInstanceResponse>,S3ControlResponse.Builder,SdkBuilder<CreateAccessGrantsInstanceResponse.Builder,CreateAccessGrantsInstanceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateAccessGrantsInstanceResponse
public static interface CreateAccessGrantsInstanceResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<CreateAccessGrantsInstanceResponse.Builder,CreateAccessGrantsInstanceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CreateAccessGrantsInstanceResponse.BuilderaccessGrantsInstanceArn(String accessGrantsInstanceArn)The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance.CreateAccessGrantsInstanceResponse.BuilderaccessGrantsInstanceId(String accessGrantsInstanceId)The ID of the S3 Access Grants instance.CreateAccessGrantsInstanceResponse.BuildercreatedAt(Instant createdAt)The date and time when you created the S3 Access Grants instance.CreateAccessGrantsInstanceResponse.BuilderidentityCenterApplicationArn(String identityCenterApplicationArn)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.CreateAccessGrantsInstanceResponse.BuilderidentityCenterArn(String identityCenterArn)Deprecated.IdentityCenterArn has been deprecated.CreateAccessGrantsInstanceResponse.BuilderidentityCenterInstanceArn(String identityCenterInstanceArn)The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3control.model.S3ControlResponse.Builder
build, responseMetadata, responseMetadata
-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createdAt
CreateAccessGrantsInstanceResponse.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.
-
accessGrantsInstanceId
CreateAccessGrantsInstanceResponse.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
CreateAccessGrantsInstanceResponse.Builder accessGrantsInstanceArn(String accessGrantsInstanceArn)
The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance. An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center. You can use the ListInstances API operation to retrieve a list of your Identity Center instances and their ARNs.
- Parameters:
accessGrantsInstanceArn- The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance. An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center. You can use the ListInstances API operation to retrieve a list of your Identity Center instances and their ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityCenterArn
@Deprecated CreateAccessGrantsInstanceResponse.Builder identityCenterArn(String identityCenterArn)
Deprecated.IdentityCenterArn has been deprecated. Use IdentityCenterInstanceArn or IdentityCenterApplicationArn.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.
-
identityCenterInstanceArn
CreateAccessGrantsInstanceResponse.Builder identityCenterInstanceArn(String identityCenterInstanceArn)
The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance. An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center. You can use the ListInstances API operation to retrieve a list of your Identity Center instances and their ARNs.
- Parameters:
identityCenterInstanceArn- The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance. An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center. You can use the ListInstances API operation to retrieve a list of your Identity Center instances and their ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityCenterApplicationArn
CreateAccessGrantsInstanceResponse.Builder identityCenterApplicationArn(String identityCenterApplicationArn)
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:
identityCenterApplicationArn- 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.
-
-