/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.elasticfilesystem.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* Describes the resource type and its ID preference for the user's Amazon Web Services account, in the current Amazon * Web Services Region. *
* * @see AWS API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class ResourceIdPreference implements Serializable, Cloneable, StructuredPojo { /** *
* Identifies the EFS resource ID preference, either LONG_ID
(17 characters) or SHORT_ID
* (8 characters).
*
* Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM
and
* MOUNT_TARGET
.
*
* Identifies the EFS resource ID preference, either LONG_ID
(17 characters) or SHORT_ID
* (8 characters).
*
LONG_ID
(17 characters) or
* SHORT_ID
(8 characters).
* @see ResourceIdType
*/
public void setResourceIdType(String resourceIdType) {
this.resourceIdType = resourceIdType;
}
/**
*
* Identifies the EFS resource ID preference, either LONG_ID
(17 characters) or SHORT_ID
* (8 characters).
*
LONG_ID
(17 characters) or
* SHORT_ID
(8 characters).
* @see ResourceIdType
*/
public String getResourceIdType() {
return this.resourceIdType;
}
/**
*
* Identifies the EFS resource ID preference, either LONG_ID
(17 characters) or SHORT_ID
* (8 characters).
*
LONG_ID
(17 characters) or
* SHORT_ID
(8 characters).
* @return Returns a reference to this object so that method calls can be chained together.
* @see ResourceIdType
*/
public ResourceIdPreference withResourceIdType(String resourceIdType) {
setResourceIdType(resourceIdType);
return this;
}
/**
*
* Identifies the EFS resource ID preference, either LONG_ID
(17 characters) or SHORT_ID
* (8 characters).
*
LONG_ID
(17 characters) or
* SHORT_ID
(8 characters).
* @return Returns a reference to this object so that method calls can be chained together.
* @see ResourceIdType
*/
public ResourceIdPreference withResourceIdType(ResourceIdType resourceIdType) {
this.resourceIdType = resourceIdType.toString();
return this;
}
/**
*
* Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM
and
* MOUNT_TARGET
.
*
FILE_SYSTEM
* and MOUNT_TARGET
.
* @see Resource
*/
public java.util.List
* Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM
and
* MOUNT_TARGET
.
*
FILE_SYSTEM
* and MOUNT_TARGET
.
* @see Resource
*/
public void setResources(java.util.Collection
* Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM
and
* MOUNT_TARGET
.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setResources(java.util.Collection)} or {@link #withResources(java.util.Collection)} if you want to * override the existing values. *
* * @param resources * Identifies the Amazon EFS resources to which the ID preference setting applies,FILE_SYSTEM
* and MOUNT_TARGET
.
* @return Returns a reference to this object so that method calls can be chained together.
* @see Resource
*/
public ResourceIdPreference withResources(String... resources) {
if (this.resources == null) {
setResources(new com.amazonaws.internal.SdkInternalList
* Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM
and
* MOUNT_TARGET
.
*
FILE_SYSTEM
* and MOUNT_TARGET
.
* @return Returns a reference to this object so that method calls can be chained together.
* @see Resource
*/
public ResourceIdPreference withResources(java.util.Collection
* Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM
and
* MOUNT_TARGET
.
*
FILE_SYSTEM
* and MOUNT_TARGET
.
* @return Returns a reference to this object so that method calls can be chained together.
* @see Resource
*/
public ResourceIdPreference withResources(Resource... resources) {
com.amazonaws.internal.SdkInternalList