public class DeleteIndexRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteIndexRequest() |
DeleteIndexRequest(DeleteIndexRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBackingIndexName()
Get Backing index name
|
String |
getIndexName()
Get Name of the index to delete
|
String |
getIndexType()
Get Type of the index to delete.
|
String |
getInstanceId()
Get ES cluster ID
|
String |
getPassword()
Get Password for cluster access
|
String |
getUsername()
Get Username for cluster access
|
void |
setBackingIndexName(String BackingIndexName)
Set Backing index name
|
void |
setIndexName(String IndexName)
Set Name of the index to delete
|
void |
setIndexType(String IndexType)
Set Type of the index to delete.
|
void |
setInstanceId(String InstanceId)
Set ES cluster ID
|
void |
setPassword(String Password)
Set Password for cluster access
|
void |
setUsername(String Username)
Set Username for cluster access
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteIndexRequest()
public DeleteIndexRequest(DeleteIndexRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ES cluster IDpublic String getIndexType()
public void setIndexType(String IndexType)
IndexType
- Type of the index to delete. `auto`: Automated; `normal`: General.public String getIndexName()
public void setIndexName(String IndexName)
IndexName
- Name of the index to deletepublic String getUsername()
public void setUsername(String Username)
Username
- Username for cluster accesspublic String getPassword()
public void setPassword(String Password)
Password
- Password for cluster accesspublic String getBackingIndexName()
public void setBackingIndexName(String BackingIndexName)
BackingIndexName
- Backing index nameCopyright © 2024. All rights reserved.